projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e7ef1d
)
(_XOPEN_SOURCE): Define for declaration of cuserid.
author
Andreas Schwab
<schwab@suse.de>
Mon, 6 Apr 1998 10:15:16 +0000
(10:15 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Mon, 6 Apr 1998 10:15:16 +0000
(10:15 +0000)
(parse_header): Explicitly declare return type.
lib-src/fakemail.c
patch
|
blob
|
history
diff --git
a/lib-src/fakemail.c
b/lib-src/fakemail.c
index 73898c6fb87d3b964e99431cb9d4862b880cb697..eca660e6808bae0bbada2ca0e5aed25d1383ff4c 100644
(file)
--- a/
lib-src/fakemail.c
+++ b/
lib-src/fakemail.c
@@
-19,6
+19,9
@@
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+/* This is needed to get the declaration of cuserid in GNU libc. */
+#define _XOPEN_SOURCE 1
+
#define NO_SHORTNAMES
#include <../src/config.h>
@@
-599,6
+602,7
@@
args_size (the_header)
Also, if the header has any FCC fields, call setup_files for each one. */
+void
parse_header (the_header, where)
header the_header;
register char *where;